var runtime.mbuckets

5 uses

	runtime (current package)
		mprof.go#L169: 	mbuckets atomic.UnsafePointer // *bucket, memory profile buckets
		mprof.go#L335: 		allnext = &mbuckets
		mprof.go#L404: 	head := (*bucket)(mbuckets.Load())
		mprof.go#L1022: 	head := (*bucket)(mbuckets.Load())
		mprof.go#L1099: 	head := (*bucket)(mbuckets.Load())